/* -- Service Section */
.service-section {
	display: inline-block;
	width: 100%;
	padding-top: 140px;
	padding-bottom: 117px;
}
.section-header h3 {
	font-size: 22px;
	font-weight: 700;
	color: #333;
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 7px;
	letter-spacing: 3px;
	background-image: url("../images/section-seprator.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
}
.service-section .section-header h3,
.department-section .section-header h3,
.latest-news .section-header h3 {
	background-position: left bottom;
}
.section-header > p {
	font-size: 15px;
	color: #999;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 0;
	padding-right: 100px;
	letter-spacing: 0.3px;
}
.service-block {
	display: inline-block;
	margin-top: 55px;
	width: 100%;
}
.service-block h3 {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 17px;
	margin-top: 0;
	margin-bottom: 16px;
	color: #333;
	font-size:18px;
	letter-spacing: 2px;
}
.service-block h3::after {
	position: absolute;
	content: "";
	left: 0;	
	bottom: 0;
	width: 20px;
	height: 3px;
	background-color: #33a9ee;
	display: inline-block;
}
.service-block-icon {
	position: absolute;
	width: 70px;
	height: 70px;	
	background-size: cover;
	text-align: center;
	line-height: 70px;
	display: inline-block;
}
.service-block-icon::after,
.service-block-icon::before {
	content: "";
	position: absolute;
	border: 1px solid #eff1f2;
	border-radius:5px;
	z-index: 0;
}
.service-block-icon::after {
	top: 18px;
	left: 0;
	width: 100%;
	height: 35px;
}
.service-block-icon::before {
	left: 18px;
	height: 100%;
	width: 35px;
	height: 70px;
}
.service-block:hover .service-block-icon::after,
.service-block:hover .service-block-icon::before {
	background-color: #33a9ee;
	border-color:#33a9ee;
}
.service-block:hover .service-block-icon i {
	display: none;
}
.service-block:hover .service-block-icon i:nth-child(2) {
	display: block;
	background-color: #33a9ee;
	width: 36px;
	height: 36px;
	position: relative;
	display: inline-block;
	z-index: 1;
	padding: 5px 0;
	top: 13px;
	border-radius: 4px;
}
.service-block-icon i {
	background-color: #fff;
	width: 37px;
	height: 36px;
	position: relative;
	display: inline-block;
	z-index: 1;
	padding: 5px 0;
	top: 13px;
	border-radius: 4px;
}
.service-block-icon i:nth-child(2) {
	display: none;
}
.service-block-icon img {
	position: absolute;
	left: 0;
	right: 0;
	top: 5px;
	bottom: 0;
	margin: 0 auto;
}
.service-block-content {
	padding-left: 95px;
	top: 0;
}
.service-block-content .block-title::after {
	background-color: #33a9ee;
}
.service-block-content > p {
	color: #777;
	display: inline-block;
	line-height: 25px;
	padding-right: 40px;
}
	/* -- Service Section 2 */
	.service-section2 {
		background-color: #f5f6f7;
	}
	.service-section2 .service-block-icon::after, 
	.service-section2 .service-block-icon::before,
	.service-section2 .appoinment-form {
		background-color: #fff;
	}